docs: add Chinese README translation#80
Conversation
LeoVS09
left a comment
There was a problem hiding this comment.
Thank you for your contribution, but there few things that would be better to correct, to not confuse future readers
| ### ⚖️ [Do and Judge](https://cek.neolab.finance/plugins/do-and-judge) — 执行与判断 | ||
|
|
||
| 执行任务并自我评估结果的质量。 | ||
|
|
||
| ### 🎯 [Meta Judge](https://cek.neolab.finance/plugins/meta-judge) — 元判断 | ||
|
|
||
| 评估代理结果的元质量。 | ||
|
|
||
| ### 📊 [Benchmark](https://cek.neolab.finance/plugins/benchmark) — 基准测试 | ||
|
|
||
| 代理性能基准测试框架。 | ||
|
|
||
| ### 🔍 [Research](https://cek.neolab.finance/plugins/research) — 研究 | ||
|
|
||
| 深度研究和信息收集。 | ||
|
|
||
| ### 💡 [Creative Sampling](https://cek.neolab.finance/plugins/creative-sampling) — 创意采样 | ||
|
|
||
| 创意和解决方案的多样化生成。 | ||
|
|
||
| ### 🛠️ [Code Quality](https://cek.neolab.finance/plugins/code-quality) — 代码质量 | ||
|
|
||
| 代码质量和最佳实践检查。 | ||
|
|
||
| ### 📝 [Git Worktrees](https://cek.neolab.finance/plugins/git-worktrees) — Git 工作树 | ||
|
|
||
| Git 工作树管理命令。 | ||
|
|
||
| ### 🚀 [CI Integration](https://cek.neolab.finance/plugins/ci-integration) — CI 集成 |
| ```bash | ||
| # 创建架构文档 | ||
| /sdd create | ||
|
|
||
| # 更新现有文档 | ||
| /sdd update | ||
|
|
||
| # 审查文档 | ||
| /sdd review |
There was a problem hiding this comment.
commands is incorrect, real commands is more like
/add-task
/plan-task
/implement-task| /reflect evaluate | ||
|
|
||
| # 改进建议 | ||
| /reflect improve |
There was a problem hiding this comment.
Probably you mean
/reflect
/memorise| 在项目根目录创建 `.context-kit.yaml`: | ||
|
|
||
| ```yaml | ||
| plugins: | ||
| - sdd | ||
| - reflect | ||
| - do-and-judge | ||
|
|
||
| settings: | ||
| quality_threshold: 8 | ||
| max_iterations: 3 |
There was a problem hiding this comment.
Not sure what is it, but we not have it
|
Thank you for the detailed review! I have fixed all the issues:
Please let me know if there are any other changes needed! |
Description
This PR adds a Chinese translation of the README to help Chinese-speaking developers understand and use Context Engineering Kit.
Changes
README-zh.mdwith Chinese translationWhy This Is Needed
Context Engineering Kit is a great collection of advanced context engineering techniques. Adding a Chinese README will help more Chinese-speaking developers discover and use this project.